home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / PopUpFormatter / PB.project < prev    next >
Text File  |  1995-06-12  |  720b  |  24 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. FILESTABLE = {
  3.     OTHER_LIBS = (dbkit_s, Indexing_s, Media_s, NeXT_s);
  4.     CLASSES = (Controller.m, PopupFormatter.m, RandomDataSource.m, StringList.m);
  5.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  6.     INTERFACES = (PopUpFormatter.nib);
  7.     H_FILES = (Controller.h, PopupFormatter.h, RandomDataSource.h, StringList.h);
  8.     OTHER_LINKED = ();
  9.     M_FILES = (PopUpFormatter_main.m);
  10. };
  11. GENERATEMAIN = YES;
  12. DOCICONFILES = ();
  13. APPCLASS = Application;
  14. MAINNIB = PopUpFormatter;
  15. DOCEXTENSIONS = ();
  16. PROJECTTYPE = Application;
  17. PROJECTVERSION = 1.1;
  18. LOCALIZABLE_FILES = {
  19.     PopUpFormatter.nib;
  20. };
  21. PROJECTNAME = PopUpFormatter;
  22. SYSTEMEXTENSIONS = ();
  23. LANGUAGE = English;
  24.